projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a1f807
)
(decode_coding_string): Remove unused variable `gcpro1'.
author
Pavel Janík
<Pavel@Janik.cz>
Wed, 28 Nov 2001 07:36:46 +0000
(07:36 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Wed, 28 Nov 2001 07:36:46 +0000
(07:36 +0000)
src/ChangeLog
patch
|
blob
|
history
src/coding.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 9c65b156d30df3420fa805e7fb5bc7ead7a4e497..1fc2aa0dc4681d2e71ec08e9e26740b44133e6b4 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2001-11-28 Pavel Jan
\e
,Bm
\e
(Bk <Pavel@Janik.cz>
+
+ * coding.c (decode_coding_string): Remove unused variable
+ `gcpro1'.
+
2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
* syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
diff --git
a/src/coding.c
b/src/coding.c
index 2301470cb816c48f730c62cc93e3adc1be706422..5b2f629fa79b34db03dfff941b616713b4310512 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-5812,7
+5812,6
@@
decode_coding_string (str, coding, nocopy)
int len;
struct conversion_buffer buf;
int from, to_byte;
- struct gcpro gcpro1;
Lisp_Object saved_coding_symbol;
int result;
int require_decoding;